SignedExchangeError

data class SignedExchangeError(message: String, signatureIndex: Int?, errorField: SignedExchangeErrorField?)

Information about a signed exchange response.

Constructors

SignedExchangeError
Link copied to clipboard
fun SignedExchangeError(message: String, signatureIndex: Int? = null, errorField: SignedExchangeErrorField? = null)

Properties

errorField
Link copied to clipboard
val errorField: SignedExchangeErrorField? = null
The field which caused the error.
message
Link copied to clipboard
val message: String
Error message.
signatureIndex
Link copied to clipboard
val signatureIndex: Int? = null
The index of the signature which caused the error.

Sources

jvm source
Link copied to clipboard